home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Professional Soft Collection 1.02
/
Professional Soft Collection 1.02.iso
/
communic
/
bitfax.300
/
disk1
/
ezlogon.sc_
/
ezlogon.bin
Wrap
Text File
|
1994-04-19
|
1KB
|
20 lines
{EZLOGON.ACT}
{Autologon file for Easylink via 800 number}
{To use this file, contact Easylink and establish your account number and}
{password, then replace "xxx"s and "yyy"s in file below as indicated. }
CWAIT("ID?") {Wait for prompt from Easylink}
"00 EIDxxxxxx yyyyyy.yyyyy$0d" {Replace "xxx"s and "yyy"s with your}
{account number and password}
CWAIT("PTS") {Wait for prompt from Easylink}
TRACE(1) {Turn on trace display for debugging etc.}
"/scan$0a" {Send code to Easylink}
TYPE("PLEASE TURN ON PRINTER") {Prompt user to turn on printer}
CWAIT("PTS") {Wait for Easylink to be ready again}
PRINTER(1) {Print function on}
"/READALL$0a" {Read message - printed, captured in Capture file}
CWAIT("PTS") {Wait for Easylink to be ready again}
PRINTER(0) {Print function off}
INVOKE HANDYKEY {Invoke Action file which defines keys}